home *** CD-ROM | disk | FTP | other *** search
- -- card: 48321 from stack: in.2
- -- bmap block id: 47337
- -- flags: 0000
- -- background id: 2586
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 80
- -- high flags: 2000
- -- rect: left=14 top=34 right=118 bottom=342
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 1S
- ----- HyperTalk script -----
- on mouseUp
- hide button "1S"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=12 top=113 right=202 bottom=344
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 2S
- ----- HyperTalk script -----
- on mouseUp
- hide button "2S"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=17 top=204 right=280 bottom=340
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 3S
- ----- HyperTalk script -----
- on mouseUp
- global gb
- put 1 into gb
- hide button "3S"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=160 top=296 right=328 bottom=231
- -- title width / last selected line: 0
- -- icon id / first selected line: 14953 / 14953
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- global gb
- if gb = 1 then
- show button "1S"
- show button "2S"
- show button "3S"
- visual dissolve fast
- go to card id 15371
- else if gb <> 1 then
- visual barn door close
- go to card id 15371
- end if
-
- end mouseUp
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=265 top=291 right=328 bottom=292
- -- title width / last selected line: 0
- -- icon id / first selected line: 32488 / 32488
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- show button "1S"
- show button "2S"
- show button "3S"
- end mouseUp
-
-